/*基本*/
body{font-family:"微软雅黑";
font-size: 16px;
}
.center-vertical {
    position:relative;
    top:50%;
    transform:translateY(-50%);
}
body > div:nth-child(7) > div> div> img{
cursor: pointer;  
transition: all 0.6s;
}
.nav > li .dropdown-menu {margin: 0;background: #333;min-width:138px;}
.nav > li .dropdown-menu a{color:#fff;font-size:15px;padding:5px;}
.nav > li:hover .dropdown-menu {display: block;}
.nav > li:hover .dropdown-menu a:hover{color:#000;}

body > div:nth-child(9) > div.row > div> a > img:hover{
transform:rotate(7deg);
-ms-transform:rotate(7deg);     /* IE 9 */
-moz-transform:rotate(7deg);    /* Firefox */
-webkit-transform:rotate(7deg); /* Safari 和 Chrome */
-o-transform:rotate(7deg);  /* Opera */
}

body > div:nth-child(9) > div.row > div> a > img{
cursor: pointer;  
transition: all 0.6s;
}
body > div.container > div.row > div.col-md-4> a > img:hover{
transform:scale(1.1);
            }
    .Cseys {
        height: 519px;
        position: relative;
    }

    .Cseys .container {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .Cseys h4 {
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .Cseys h4>a {
        display: inline-block;
    }

    .Cseys h4 img {
        display: block;
    }

    .Cseyscont {
        margin-top: 20px;
        position: relative;
    }

    .Cseyscont>div {
        overflow: hidden;
    }

    .Cseyscont ul {
        overflow: hidden;
        width: 1170px;
    }

    .Cseyscont ul li {
        float: left;
        margin-right: 28px;
        overflow: hidden;
        padding: 15px;
    }

    .Cseyscont ul li img {
        display: block;
    }

    .Cseyscont ul li h5 {
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
    }

    .Cseyscont ul li h5 a {
        font-size: 14px;
        color: #333333;
    }

    .Cseyscont .prev {
        background: url(../images/prev.png) no-repeat;
        left: -50px;
    }

    .Cseyscont .next {
        background: url(../images/next.png) no-repeat;
        right: -50px;
    }

    .Cseyscont .bTn {
        display: block;
        width: 31px;
        height: 31px;
        position: absolute;
        top: 110px;
    }
.bt{
    height:75px;
    line-height: 75px;
    color:#0153a7;
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover{
    text-decoration: none
}
body > div:nth-child(4) > div > div > div.col-md-2{
padding:50px;
}
body > div.container > div > div > div.col-md-4> h3{
    width:auto;
    padding:5px;
    border:none;
}
.ctitle{
padding-bottom:30px;
border-bottom: 1px solid #0153a7;    
}
.cbek .col-md-6{
    padding:10px;
}
.cbek img{
height:180px;
width:auto;
}
body > div:nth-child(7) > div:nth-child(2) > div.col-md-3{
margin-bottom: 20px;
color:#666666;
}
body > div:nth-child(6) > div.row > div.col-md-2{
margin:0 15px;
color:#666666;
}
.nav-pills>li>a {
    border-radius: 0px;
}
.navbar li a {
    position: relative;
    display: block;
    padding:0px;
}
.navbar{
    background: #0153a7;
}
body > div.header > div > div > div.col-md-9 > ul > li{
    min-width: 120px;
    height:120px;
    line-height: 120px;
}
body > div.header > div > div > div.col-md-9 > ul > li>a:hover{
  background-color:#333;
  color:#fff!important;
}
#bs-example-navbar-collapse-9 > ul > li > a:hover{
  background-color:#333;
  color:#fff!important;
}
.navbar-nav>li.active {
    background-color: #333!important;
    color:#fff!important;
}
.navbar-nav.active{
    background-color: #333!important;
    color:#fff!important;
}
body > div.header > div > div > div.col-md-9 > ul > li > a.active{
    background-color: #333;
    color:#fff!important;
}

.line{
  border: 1px solid #eee;
  margin:10px 0;
}
.form-control {
    border: 1px solid #333;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0153a7;
    border-color: #0153a7;
    cursor: default;
}
ul{margin:0;padding:0;list-style-type:none;}
ul.news li{height:130px;border-bottom:1px dotted #DDD;clear:both;padding:5px 0;}
ul.news li .date{float:right;color:#999;font-size:12px;}
ul.news li a{
    color:#777777;
    text-decoration: none;
}
ul.rnews{margin:0;padding:0;list-style-type:none;}
ul.rnews li{height:30px;line-height:30px;border-bottom:1px dotted #DDD;clear:both;padding:5px 0;}
ul.rnews li .date{float:right;color:#999;font-size:12px;}
ul.rnews li a{
    color:#777777;
    text-decoration: none;
}
.breadcrumb {
    padding:0px;
    margin-bottom: 0px;
    list-style: none;
    background-color:#fff;
    border-radius: 4px;

}
div.bs-example.bs-example-tabs > ul.nav.nav-pills.navbar-btn> li> a{
    min-width:160px;
    height:45px;
    background: #f0f0f0;
    line-height: 45px; 
    color:#666666; 
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff!important;
    background-color: #D5B058!important;
}
#myTabs > li {
    margin-left: 60px;
}
.jumbotron {
    margin-top: 30px;
    padding-top:15px;
    padding-bottom:15px;
    background-color: #007cce;
    color:#fff;
}
.footer{
        clear: both;
    background: #333;
    color: #adadad;
    line-height: 28px;
    overflow: hidden;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}
.f_con {
    padding: 25px 0;
}
.f_logo {
    width: 166px;
    padding: 18px 0 0;
}
.fl {
    float: left;
}
.f_text {
    width: 730px;
    padding: 10px 0 0;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size:14px;
    font-weight:50;
}
.jumbotron h2{
    margin-bottom: 30px;
}
.navbar {
    position: relative;
border-radius: 0px;
    margin-bottom: 0px;
}
#bs-example-navbar-collapse-9 > ul > li >a{
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    width: 138px;
    color:#fff;
}

.f_nav {
    height: 98px;
    line-height: 98px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    border-bottom: solid 1px #5c5c5c;
}
.f_nav a {
    padding: 0 33px;
    color: #fff;
    background: url(../images/ico08.gif) no-repeat 0 48px;
    display: inline-block;
}
.panel-default {
    border-color: #fff;
}
div.container > div > div.col-md-9 > div.panel{
        border: 0px;
}
div.container > div > div.col-md-3 > div.panel{
           border: 1px dotted #eee;
}
.media-left{
    padding:20px;
    background: #eee;
}
.media-body{
    padding:15px;
}
.h_gg02 {
    background: url(../images/h_gg02.jpg) no-repeat center 0;
    height: 220px;
    display: block;
}
.pr {
    position: relative;
}
.gg_pho2 {
    width: 128px;
    color: #333;
    line-height: 18px;
    top: 82px;
    left: 50%;
    margin-left: -123px;
}
.pa {
    position: absolute;
}
.gg_pho2 span {
    display: block;
    height: 47px;
    white-space: nowrap;
}
.gg_pho2 a {
    background: url(../images/icobg5.gif) no-repeat center 0;
    color: #fff;
    display: block;
    line-height: 26px;
    text-align: center;
}

/* 文字滚动 */

.txtScroll-top .hd{ overflow:hidden;  height:40px; background:#F6F6F6; padding:0 10px;  }
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
        cursor:pointer; background:url(../images/icoUp.gif) no-repeat;}
.txtScroll-top .hd .next{ background:url(../images/icoDown.gif) no-repeat;  }
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url(../images/icoCircle.gif) 0 -9px no-repeat; }
.txtScroll-top .hd ul li.on{ background-position:0 0; }
.txtScroll-top .bd{ padding:15px;  }
.txtScroll-top .infoList li{ height:30px; line-height:30px;   }
.txtScroll-top .infoList li .date{ float:right; color:#999;}

/*轮播前/后按钮代码 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }